home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / rex.lha / rex / m2c / Traces.h < prev    next >
C/C++ Source or Header  |  1992-08-18  |  461b  |  13 lines

  1. #define DEFINITION_Traces
  2.  
  3. #ifndef DEFINITION_Dfa
  4. #include "Dfa.h"
  5. #endif
  6.  
  7. extern void Traces_InitTraces ARGS(());
  8. extern void Traces_ResetTraces ARGS((INTEGER StringLength));
  9. extern void Traces_RecordTrace ARGS((SHORTCARD Position, Dfa_DStateRange TraceState, Dfa_DStateRange NewState));
  10. extern Dfa_DStateRange Traces_RecordedTrace ARGS((SHORTCARD Position, Dfa_DStateRange TraceState));
  11. extern void Traces_FinalizeTraces ARGS(());
  12. extern void BEGIN_Traces();
  13.